.header .head {
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/headBg.png) center no-repeat;
}

.navigation {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #3B8BB9;
}

.hd-nav {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.hd-nav .nli {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin: 0;
}

/*.hd-nav .nli.on h3::before,*/
/*.hd-nav .nli:hover h3::before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    border-bottom: 2px solid #3B8BB9;*/
/*    position: absolute;*/
/*    bottom: 43px;*/
/*    left: 0;*/
/*}*/

.hd-nav .nli.on,
.hd-nav .nli:hover {
    background: #347AA2;
}

.search-btn {
    margin-left: 10px;
}

.hd-nav .nli h3 {
    font-weight: normal;
}

.hd-nav .nli h3 a {
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.hd-nav .sub li a {
    text-decoration: none;
}

.hd-nav .nli:hover h3 a {
    font-weight: bold;
}

.hd-nav .nli.on h3 a {
    font-weight: bold;
}


.hd-nav .sub {
    width: 120%;
    top: 60px;
    position: absolute;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 0 0 5px 5px;
    left: -10%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s;
}

.hd-nav .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-out 0s;
}

.hd-nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    zoom: 1;
    border-radius: 0 0 5px 5px;
    position: relative;
    border-top: 1px solid #f2f2f2;
}

.hd-nav .sub li:first-child {
    border: none;
}

.hd-nav .sub li a {
    color: #333;
    font-size: 16px;
}

.hd-nav .sub li:hover a {
    color: #0e5d96;
}

.hd-nav .sub li:hover .sub a {
    color: #333;
}

.hd-nav .sub .sub {
    position: absolute;
    width: 100%;
    left: 101%;
    background: #fff;
    top: 45%;
    border: 1px solid #f2f2f2;
    border-left: none;
    display: none;
}

.hd-nav .sub li:hover .sub {
    display: block;
}

.hd-nav .sub .sub li:hover a {
    color: #0e5d96;
}

.banSwiper .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.banSwiper .swiper-slide img {
    width: 100%;
}

.banSwiper .swiper-slide .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banSwiper .swiper-slide .text .title {
    background: url(../img/crumbs-bg.png) center no-repeat;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 45px 0;
    min-width: 506px;
}

.banSwiper .swiper-slide .text span {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}


.banSwiper .swiper-next,
.banSwiper .swiper-prev {
    width: 104px;
    height: 64px;
    display: inline-block;
    position: absolute;
    top: calc((100% - 64px) / 2);
    z-index: 9;
    opacity: 1;
    cursor: pointer;
}

.banSwiper .swiper-next {
    background: url(../img/banBtn-on.png) no-repeat;
    right: 3.8%;
    opacity: 0.5;
    /*transform: rotate(180deg);*/
    background-size: 100% 100%;
}

.banSwiper .swiper-prev {
    background: url(../img/banBtn.png) no-repeat;
    left: 3.8%;
    background-size: 100% 100%;
}

/*.banSwiper .swiper-next:hover {*/
/*    background: url(../img/banBtn-on.png) no-repeat;*/
/*    !*transform: unset;*!*/
/*    background-size: 100% 100%;*/
/*}*/

/*.banSwiper .swiper-prev:hover {*/
/*    background: url(../img/banBtn-on.png) no-repeat;*/
/*    !*transform: rotate(180deg);*!*/
/*    background-size: 100% 100%;*/
/*}*/

.main-about {
    width: 100%;
    height: 940px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-about-bg.png);
}

.column {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    padding: 95px 0 55px 0;
}

.column .name {
    font-size: 32px;
    font-weight: bold;
    color: #5B5B5B;
}

.column .name-en {
    font-size: 18px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.column .more {
    display: inline-block;
    width: 130px;
    height: 40px;
    /* border-radius: 0px 10px 0px 10px; */
    color: #3B8BB9;
    background: url(../img/column-more-bg.png) no-repeat;
    text-align: center;
    line-height: 40px;
}

.main-about .itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itemlist .item {
    width: calc((100% - 60px) / 4);
    height: 160px;
    border-radius: 0px 20px 0px 20px;
    background: url(../img/itemlist-itembg.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 20px;
}

.itemlist .item a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemlist .item1:hover a {
    background: url("../img/itemlist-ico1.png") right bottom no-repeat;
}

.itemlist .item2:hover a {
    background: url("../img/itemlist-ico2.png") right bottom no-repeat;
}

.itemlist .item3:hover a {
    background: url("../img/itemlist-ico3.png") right bottom no-repeat;
}

.itemlist .item4:hover a {
    background: url("../img/itemlist-ico4.png") right bottom no-repeat;
}

.itemlist .item p {
    color: #555555;
    font-size: 25px;
}

.itemlist .item .num {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 40px;
    font-weight: bold;

}


.itemlist .item:hover {
    background: url(../img/itemlist-itembg-on.png) center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.itemlist .item:hover p {
    color: #fff;
    font-weight: bold;
}

.itemlist .item .ico .img2 {
    display: none;
}

.itemlist .item:hover .ico .img1 {
    display: none;
}

.itemlist .item:hover .ico .img2 {
    display: block;
}



.about-left {
    position: relative;
}

.about-left .img {
    overflow: hidden;
    border-radius: 0px 20px 0px 20px;
}

.about-left .viedoBtn {
    position: absolute;
    display: inline-block;
    top: calc((100% - 50px) /2);
    left: calc((100% - 50px) /2);
}

.about-left .img img {
    width: 100%;
}

.about-right .name {
    font-weight: bold;
    line-height: 35px;
    color: #3B8BB9;
}

.about-right .name-en {
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    color: #CECECE;
}

.about-right .xian {
    width: 45px;
    height: 1px;
    border-bottom: 2px solid #3B8BB9;
}

.about-right .desc {
    line-height: 35px;
    text-transform: uppercase;
    color: #3D3D3D;
}

.about-right .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
    border-radius: 0px 10px 0px 10px;
}

.main-cpzx {
    width: 100%;
    height: 940px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-cpzx-bg.png);

    position: relative;
}

.main-cpzx .column {
    padding: 60px 0 50px 0;
}

.main-cpzx .column .name-en {
    background: none;
    -webkit-text-fill-color: unset
}


.cpzxlist .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}


.cpzxlist .swiper-slide a {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.cpzxlist .swiper-slide:hover a {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.cpzxlist .swiper-slide .img {
    width: 100%;
    /*height: 260px;*/
    background: url(../img/cpzx-slide-imgbg.png) center bottom no-repeat;
    background-size: 100%;
    position: relative;
    text-align: center;
    border-radius: 0 20px 0 20px;
}

.cpzxlist .swiper-slide .img img {
    width: 100%;
    border-radius: 0 20px 0 20px;
}

.cpzxlist .swiper-slide .title {
    line-height: 28px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
}

/*.cpzxlist .swiper-slide:hover .img {
    background: url(../img/cpzx-slide-imgbg-on.png) center bottom no-repeat;
}*/

.cpzxlist .swiper-slide:hover .title {
    font-weight: bold;
}

.cpzxlist .swiper-pagination1,
.cpzxlist .swiper-pagination2,
.cpzxlist .swiper-pagination3 {
    text-align: center;
    margin-top: 43px;
}

.cpzxlist .swiper-pagination-bullet {
    width: 12px;
    height: 11px;
    z-index: 1;
    opacity: 1;
    background: url(../img/cpzx-pagination-bg.png) no-repeat;
}

.cpzxlist .swiper-pagination-bullet-active {
    background: url(../img/cpzx-pagination-active-on.png) no-repeat;
}


.main-cpzx .tablist {
    position: absolute;
    display: flex;
    top: 78px;
    right: 0;
}

.main-cpzx .tablist a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 10px 0px 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-left: 20px;
}

.main-cpzx .tablist a:last-child {
    margin-right: 0;
}

.main-cpzx .tablist a.on {
    background: #fff;
    color: #3B8BB9;
    font-weight: bold;
}

.cpzxlist .cpzxslide {
    display: none;
    position: relative;
}

.cpzxlist .cpzxslide.on {
    display: block;
}

.cpzxlist .cpzxslide .btnNext {
    position: absolute;
    right: -100px;
    top: 40%;
    cursor: pointer;
    z-index: 99;
}

.cpzxlist .cpzxslide .btnPrev {
    position: absolute;
    left: -100px;
    top: 40%;
    cursor: pointer;
    z-index: 99;
}



.main-xwzx {
    width: 100%;
    height: 1215px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-xwzx-bg.png);
    position: relative;
}

.advSwiper .swiper-slide .img {
    overflow: hidden;
}

.advSwiper .swiper-slide a {
    width: 100%;
}

.advSwiper .swiper-slide img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;

}

.advSwiper .swiper-slide .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.advSwiper .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding: 0 30px;
}

.advSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

.advSwiper .swiper-pagination-bullet-active {
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
}


.main-xwzx .tablist {
    position: absolute;
    display: flex;
    top: 110px;
    right: 0;
}

.main-xwzx .tablist a {
    color: #3B8BB9;
    font-size: 16px;
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 20px;
    background: url(../img/column-more-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.main-xwzx .tablist a.on {
    color: #fff;
    font-weight: bold;
    border-radius: 0px 10px 0px 10px;
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
}


.xwzxslide .swiper-slide .text {
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 0 0 0 20px;
}

.xwzxslide .swiper-slide .dete {
    line-height: 24px;
    color: #3B8BB9;
}

.xwzxslide .swiper-slide .title {
    line-height: 24px;
    margin: 24px 0 22px 0;
}

.xwzxslide .swiper-slide .desc {
    height: 72px;
    text-align: justify;
    line-height: 24px;
}

.xwzxslide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.xwzxslide .swiper-slide .img {
    overflow: hidden;
    border-radius: 0 20px 0 0;
}

.xwzxslide .swiper-slide .img img {
    width: 100%;
    border-radius: 0 20px 0 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xwzxslide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xwzxslide .swiper-slide:hover .title {
    font-weight: bold;
    color: #3B8BB9;
}

.xwzxslide .swiper-slide:hover .desc {
    color: #666;
}


.xwzxslide .swiper-paginationxw {
    position: absolute;
    right: 40px;
    z-index: 9;
    left: auto;
    width: auto;
    bottom: 30px;
}

.xwzxslide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #3B8BB9;
}

.xwzxslide .swiper-pagination-bullet-active {
    z-index: 1;
}

.xwzxlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}

.xwzxlist ul.on {
    display: flex;
}

.xwzxlist ul li {
    width: 48%;
    margin-bottom: 28px;
    box-sizing: border-box;
    padding: 30px;
    background: url(../img/li-bg.png) 95% 95% no-repeat #fff;
}

.xwzxlist ul li:nth-last-child(1),
.xwzxlist ul li:nth-last-child(4) {
    border-radius: 0 20px 0 20px;
}

.xwzxlist ul li:nth-last-child(2),
.xwzxlist ul li:nth-last-child(3) {
    border-radius: 20px 0 20px 0;
}

.xwzxlist ul li .title {
    color: #3D3D3D;
    line-height: 24px;
    height: 48px;
    display: inline-block;
    margin-top: 14px;
    text-align: justify;
}

.xwzxlist ul li .dete {
    line-height: 24px;
    color: #999;
}

.xwzxlist ul li .desc {
    line-height: 24px;
    height: 72px;
    color: #999;
    text-align: justify;
    margin: 18px 0 31px 0;
}

.xwzxlist ul li .more {
    color: #3B8BB9;
    width: 101px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    display: inline-block;
    background: url(../img/xwzxlist-more-bg.png) center no-repeat;
}

.xwzxlist ul li:nth-child(3),
.xwzxlist ul li:nth-child(4) {
    margin-bottom: 0;
}

.xwzxlist ul li:hover .dete {
    color: #3B8BB9;
}

.xwzxlist ul li:hover .title {
    font-size: 18px;
    font-weight: bold;
    color: #3B8BB9;
}

.xwzxlist ul li:hover .desc {
    color: #666;
}

.xwzxlist ul li:hover .more {
    color: #fff;
    border-radius: 0px 10px 0px 10px;
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
}

.xwzxlist ul li:hover {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    background: url(../img/li-bg-on.png) 95% 95% no-repeat #fff;
}



.main-yyly {
    width: 100%;
    height: 940px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-yyly-bg.png);
}

.main-yyly .column {
    padding: 62px 0 40px 0;
}

.main-yyly .column .name-en {
    background: none;
    -webkit-text-fill-color: unset
}

.main-yyly .column .more {
    color: #fff;
    background: none;
    border-radius: 0px 10px 0px 10px;
    border: 1px solid #FFFFFF;
}

.yylylist .swiper-container {
    padding-top: 10px;
}

.yylylist .swiper-slide {
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.yylylist .swiper-slide:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.yylylist .swiper-slide a {
    display: block;
    width: 100%;
}

.yylylist .swiper-slide .img {
    overflow: hidden;
}

.yylylist .swiper-slide .img img {
    width: 100%;
    border-radius: 0 20px 0 20px;
}

.yylylist .swiper-slide .title {
    color: #fff;
    line-height: 55px;
    height: 55px;
    text-align: center;
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
}

.yylylist .swiper-slide:hover .title {
    font-weight: bold;
    border-bottom: 4px solid #fff;
}


.footer {
    width: 100%;
    height: 328px;
    border-radius: 0px 20px 0px 20px;
    background: linear-gradient(180deg, rgba(20, 98, 124, 0.26) 0%,
            rgba(30, 106, 149, 0.60) 100%);
    backdrop-filter: blur(3px);
}

.footer .ft-banq {
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .ft-banq p {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.footer .ft-banq p a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .ft-top {
    box-sizing: border-box;
    padding: 40px 50px;
    width: 100%;
    height: 268px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .text {
    margin-top: 22px;
}

.footer .text p {
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
}

.footer .text p .name {
    width: 70px;
    display: inline-block;
}

.footer .text p .desc {
    width: calc(100% - 70px);
}

.footer .code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .code img {
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
}

.footer .code p {
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3B8BB9;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}

#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    transform: rotate(180deg);
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    background: #3B8BB9;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #fff;
}

/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #3B8BB9;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}



.mbheader .header-con .logo img {
    width: 75%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #3B8BB9
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}

/* ---- */

.nei-banner {
    position: relative;
    width: 100%;
    height: 450px;
    z-index: 1;
}

.nei-banner .crumbs {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crumbs-flex {
    background: url(../img/crumbs-bg.png) center no-repeat;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 45px 0;
    min-width: 506px;
}

.crumbs-name {
    font-size: 36px;
    font-weight: 900;
    line-height: 35px;
    color: #fff;
    font-family: Source Han Serif CN;
}

.crumbs-list P {
    color: #fff;
    height: 20px;
    line-height: 20px;
}

.crumbs-list P a {
    color: #fff;
}

.sub-list {
    width: 100%;
    background: #F3F6F7;
}

.sub-list ul {
    display: flex;
}

.sub-list ul li {
    height: 60px;
    box-sizing: border-box;
    padding: 0 25px;
    display: flex;
    align-items: center;
    position: relative;
}

.sub-list ul li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    background: #D8D8D8;
    right: 0;
}

.sub-list ul li.on,
.sub-list ul li:hover {
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
}

.sub-list ul li.on::after,
.sub-list ul li:hover::after,
.sub-list ul li:last-child::after {
    display: none;
}

.sub-list ul li a {
    color: #999;
    font-size: 16px;
}

.sub-list ul li.on a,
.sub-list ul li:hover a {
    font-weight: bold;
    color: #fff;
}

.con-textlist ul.info li {
    width: 100%;
    height: 266px;
    border-radius: 0px 20px 0px 20px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 30px;
    background: url(../img/li-bg.png) right bottom no-repeat;
    background-position-y: calc(100% - 30px);
    background-position-x: calc(100% - 26px);
}

.con-textlist ul.info li .dete {
    line-height: 24px;
    color: #999;
}

.con-textlist ul.info li .title {
    line-height: 24px;
    color: #3D3D3D;
    height: 24px;
    display: inline-block;
    margin-top: 24px;
}

.con-textlist ul.info li .desc {
    line-height: 24px;
    height: 48px;
    color: #999;
    margin: 13px 0 31px 0;
}

.con-textlist ul.info li .more {
    color: #3B8BB9;
    width: 101px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    display: inline-block;
    background: url(../img/xwzxlist-more-bg.png) no-repeat;
}

.con-textlist ul.info li:hover {
    box-sizing: border-box;
    border: 1px solid #127BC2;
}

.con-textlist ul.info li:hover .dete {
    color: #3B8BB9;
}

.con-textlist ul.info li:hover .title {
    color: #3B8BB9;
    font-weight: bold;
}

.con-textlist ul.info li:hover .desc {
    color: #666;
}


.nei-footer {
    width: 100%;
    height: 445px;
    background: url(../img/nei-footer-bg.png) center no-repeat;
    display: flex;
    background-size: cover;
}


.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 37px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #127BC2;
    color: #fff;
    border: solid 1px #127BC2;
}


.con-piclist ul.info li {
    width: 100%;
    height: 266px;
    border-radius: 0px 20px 0px 20px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con-piclist ul.info li .img {
    overflow: hidden;
    width: 27%;
    border-radius: 0px 20px 0px 20px;
}

.con-piclist ul.info li .img img {
    width: 100%;
    border-radius: 0px 20px 0px 20px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-piclist ul.info li .text {
    box-sizing: border-box;
    padding-left: 30px;
    width: 73%;
}

.con-piclist ul.info li .dete {
    line-height: 24px;
    color: #999;
}

.con-piclist ul.info li .title {
    line-height: 24px;
    color: #3D3D3D;
    height: 24px;
    display: inline-block;
    margin-top: 24px;
}

.con-piclist ul.info li .desc {
    line-height: 24px;
    height: 48px;
    color: #999;
    margin: 13px 0 31px 0;
}

.con-piclist ul.info li .more {
    color: #3B8BB9;
    width: 101px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    display: inline-block;
    background: url(../img/xwzxlist-more-bg.png) no-repeat;
}

.con-piclist ul.info li:hover {
    border: 1px solid #127BC2;
}

.con-piclist ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-piclist ul.info li:hover .dete {
    color: #3B8BB9;
}

.con-piclist ul.info li:hover .title {
    color: #3B8BB9;
    font-weight: bold;
}

.con-piclist ul.info li:hover .desc {
    color: #666;
}


.con-picture ul.info li .img {
    overflow: hidden;
    border-radius: 0px 20px 0px 20px;
}

.con-picture ul.info li .img img {
    width: 100%;
    border-radius: 0px 20px 0px 20px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-picture ul.info li .title {
    color: #333;
    line-height: 55px;
    height: 55px;
    text-align: center;
    position: relative;
}

.con-picture ul.info li .title::before {
    content: '';
    width: 100%;
    height: 5px;
    opacity: 0.5;
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.con-picture ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-picture ul.info li:hover .title {
    color: #3B8BB9;
    font-weight: bold;
}

.con-picture ul.info li:hover .title::before {
    opacity: 1;
}


.con-cpzx ul.info li {
    margin-bottom: 45px;
}

.con-cpzx ul.info li .img {
    /*height: 260px;*/
    position: relative;
}

.con-cpzx ul.info li .img::before {
    content: '';
    width: 100%;
    height: 200px;
    background: url(../img/cpzx-slide-imgbg.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 0 20px 0 20px;
    /*display: none;*/
}

.con-cpzx ul.info li .img img {
    width: 100%;
    border-radius: 0 20px 0 20px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-cpzx ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-cpzx ul.info li:hover .title {
    color: #3B8BB9;
    font-weight: bold;
}

.con-cpzx ul.info li .title {
    line-height: 28px;
    color: #333;
    text-align: center;
    margin-top: 15px;
}

/*.con-cpzx ul.info li:hover .img::before {*/
/*    background: url(../img/cpzx-slide-imgbg-on.png) no-repeat;*/
/*    background-size: cover;*/
/*}*/

.three-level-list a {
    color: #999;
    display: inline-block;
    padding: 14px 22px;
    border: 1px solid #999999;
    margin-top: 30px;
    border-radius: 50px;
    margin-right: 20px;
}

.three-level-list a.on,
.three-level-list a:hover {
    color: #3B8BB9;
    font-weight: bold;
    border: 1px solid #127BC2;

}


.con-detail .detail {
    box-sizing: border-box;
    padding: 50px 184px 0 184px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.con-detail .title {
    font-weight: bold;
    color: #333;
}

.con-detail .timer {
    line-height: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.con-detail .timer span {
    color: #9E9E9E;
    margin: 0 3px;
}


.con-detail .dtl p {
    font-size: 18px;
    line-height: 35px;
    color: #333;
}

.con-detail .dtl p img {
    background: url("../img/detail-imgBg.png") center no-repeat;
    background-size: 100% 100%;
    border-radius: 0 20px 0 20px;
}

.con-detail .dtl img.annexImg {
    background: unset;
    border-radius: unset;
}

.pager {
    overflow: hidden;
    line-height: 40px;
    border-top: 1px solid #e1e1e1;
    padding: 15px 0 40px 0;
}

.pager li {
    width: 49%;
    float: left;
}

.pager li a {
    font-size: 16px;
}

.pager li:last-child {
    float: right;
}

.pager li a:hover {
    color: #3B8BB9;
}

.con-land .land-contact {
    width: 100%;
    height: 410px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.land-name {
    font-weight: bold;
    line-height: 25px;
}

.land-list .li {
    line-height: 32px;
    color: #333;
    padding: 15px 0;
    display: flex;
    font-size: 16px;
}

.land-list .li .text {
    display: flex;
    margin-top: 5px;
    width: calc(100% - 47px);
}

.land-list .li .text .name {
    width: 50px;
    display: inline-block;
}


.land-list .li .ico {
    width: 47px;
    height: 47px;
    opacity: 1;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    display: inline-block;
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
}

.land-message {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 50px;
}

.land-message .land-form {
    width: 49.3%;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 25px 40px;
}

.land-message .f-form #captcha-error {
    position: absolute;
    bottom: -20px;
    left: 0;
}

.land-message .f-form input {
    height: 60px;
    line-height: 60px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    background: #F3F6F7;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.land-message .f-form .error-text {
    color: #e12c30;
    width: 100%;
    height: 23px;
}

.land-message .f-form textarea {
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
    background: #F3F6F7;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.land-message .text-center button {
    width: 100%;
    border: none;
    height: 60px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
}

.land-message .f-form input:focus {
    outline: none !important;
    border: none;
    box-shadow: 0 0 2px #0254A0;
}

.land-message .f-form textarea:focus {
    outline: none !important;
    border: none;
    box-shadow: 0 0 2px #0254A0;
}

.land-message .f-form.yanzm input {
    width: 30%;
}

.land-message .f-form.yanzm {
    position: relative;
}

.land-message .error_captcha {
    color: #e12c30;
    height: 19px;
}

.land-message .f-form.yanzm a {
    top: 5px;
    cursor: pointer;
    left: 35%;
    position: absolute;
}

/*-----------------*/

.prodectDtl {
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    padding: 60px;
    border-radius: 10px;
}


.prodectDtl .top {
    /*height: 395px;*/
    display: flex;
    justify-content: space-between;
}

.prodectDtl .top .tpc-img {
    width: 37%;
    overflow: hidden;
    border-radius: 0px 20px 0px 20px;

}

.prodectDtl .top .tpc-img img {
    width: 100%;
    height: 395px;
    border-radius: 0 20px 0 20px;
    background: url(../img/detail-imgBg.png) center no-repeat;
    background-size: 100% 100%;
}

.prodectDtl .top .tpc-text {
    width: 59%;
    box-sizing: border-box;
    border-left: 1px solid #ededed;
    padding-left: 50px;
}

.prodectDtl .title {
    font-size: 26px;
    color: #272727;
    font-weight: bold;
    text-align: right;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f7f7f7;
}

.prodectDtl .dtlName {
    color: #3B8BB9;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.prodectDtl .dtldesc {
    line-height: 30px;
    text-align: right;
    opacity: .7;
    font-size: 15px;
    /*height: 150px;*/
    margin: 5px 0 25px 0;
}



.dtlContact {
    width: 100%;
    height: 120px;
    background: #f6fcff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 30px;
}

.dtlContact p {
    color: #272727;
    text-align: right;
    font-size: 15px;
}

.dtlContact .b1 {
    width: 200px;
    height: 40px;
    color: #fff;
    background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 10px rgb(18 123 194 / 10%);
}

.dtlContact .b1 img {
    margin-right: 5px;
}

.dtlContact .box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.prodectDtl .cont {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.prodectDtl .cont .left,
.prodectDtl .cont .right {
    width: 48%;
}

.prodectDtl .cont .dtlName {
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f7f7f7;
}

.dtlText table tr {
    width: 100%;
    height: 35px !important;
    background: #fbfbfb;
}

.dtlText table tr td {
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

.dtlText ul {
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    background: #fbfbfb;
}

.dtlText ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 30px;
    position: relative;
}

.dtlText ul li:hover a {
    color: #3B8BB9;
}

.dtlText ul li a i {
    margin-right: 5px;
}

.dtlText ul li a {
    font-size: 16px;
    color: #272727;
}

.dtlText ul li span {
    float: right;
}

.tjcplist {
    overflow: hidden;
}


.azxqText {
    /*height: 189px;*/
}


.header .head .search {
    position: relative;
    width: 230px;
    height: 40px;
    /*box-sizing: border-box;*/
    right: 0;
    border: 1px solid #3B8BB9;
    border-radius: 5px;
}

.header .head .search form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    height: 38px;
}

.header .head .search .ico {
    position: absolute;
    z-index: 99;
    right: 6px;
}

.header .head form input[type=text] {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    background: none;
    outline: unset;
    border: none;
    padding-left: 20px;
    background-color: transparent !important;
}

.header .head form input[type=submit] {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    opacity: 1;
    /*background: linear-gradient(270deg, #009BB3 0%, #127BC2 100%);*/
    box-sizing: border-box;
    background: url(../img/ssIco.png) no-repeat 50% 45% #3B8BB9;
    border: 1px solid #86CA50;
}